home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2001 May / SGI IRIX Installation Tools & Overlays 2001 May - Disc 3.iso / relnotes / license_dev / ch7.z / ch7
Text File  |  2001-04-16  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.  
  11.  
  12.        5.1  _F_i_l_e__D_e_s_c_r_i_p_t_o_r_s
  13.  
  14.  
  15.        The FlexLM licensing code uses the stdio functions (_f_o_p_e_n(),
  16.        _f_g_e_t_s(), etc). In some circumstances, a process may have
  17.        more open file descriptors than will fit in a FILE structure
  18.        (field __f_i_l_e; see /usr/include/stdio.h for details).  If
  19.        this happens before the licensing calls, acquiring the
  20.        license will fail with the message:
  21.  
  22.        Cannot find license file (-1,212:2) No such file or
  23.        directory
  24.  
  25.        The only solution is to reduce the number of file
  26.        descriptors in use when licensing calls are made. In
  27.        practice this is only a problem with the O32 (5.3
  28.        compatible) ABI, which uses an _u_n_s_i_g_n_e_d _c_h_a_r to hold the
  29.        file descriptor (fd<=255).
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.